home *** CD-ROM | disk | FTP | other *** search
/ Mac Action 1996 January / mac-action-07.iso / mac / Inside Action / Total Distortion Big Demo / bePuzzl4.Dxr / 00001.ls next >
Encoding:
Text File  |  1995-06-05  |  137 b   |  10 lines

  1. on BeginPuzzleGame
  2.   global PuzzleMan
  3.   set PuzzleMan to birth(script "Puzzle.script")
  4. end
  5.  
  6. on PutAway
  7.   puppetSound(0)
  8.   go("exit")
  9. end
  10.